CUjitInputType_enum

Device code formats

Values

ValueMeaning
CU_JIT_INPUT_CUBIN0

Compiled device-class-specific device code\n Applicable options: none

CU_JIT_INPUT_PTX1

PTX source code\n Applicable options: PTX compiler options

CU_JIT_INPUT_FATBINARY2

Bundle of multiple cubins and/or PTX of some device code\n Applicable options: PTX compiler options, ::CU_JIT_FALLBACK_STRATEGY

CU_JIT_INPUT_OBJECT3

Host object with embedded device code\n Applicable options: PTX compiler options, ::CU_JIT_FALLBACK_STRATEGY

CU_JIT_INPUT_LIBRARY4

Archive of host objects with embedded device code\n Applicable options: PTX compiler options, ::CU_JIT_FALLBACK_STRATEGY

CU_JIT_NUM_INPUT_TYPES5

Meta